From: Ian Campbell Date: Fri, 26 Jun 2015 11:35:09 +0000 (+0100) Subject: xen: arm: Fixup stray hard tabs X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2975 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=3b949cb13179585e730a4a92f0433634a9bd2b96;p=xen.git xen: arm: Fixup stray hard tabs Signed-off-by: Ian Campbell Reviewed-by: Julien Grall --- diff --git a/xen/arch/arm/arm32/debug-8250.inc b/xen/arch/arm/arm32/debug-8250.inc index eb25882400..757ffd81c4 100644 --- a/xen/arch/arm/arm32/debug-8250.inc +++ b/xen/arch/arm/arm32/debug-8250.inc @@ -21,9 +21,9 @@ * rc: scratch register */ .macro early_uart_ready rb rc 1: - ldr \rc, [\rb, #(UART_LSR << EARLY_UART_REG_SHIFT)] /* Read LSR */ - tst \rc, #UART_LSR_THRE /* Check Xmit holding register flag */ - beq 1b /* Wait for the UART to be ready */ + ldr \rc, [\rb, #(UART_LSR << EARLY_UART_REG_SHIFT)] /* Read LSR */ + tst \rc, #UART_LSR_THRE /* Check Xmit holding register flag */ + beq 1b /* Wait for the UART to be ready */ .endm /* 8250 UART transmit character diff --git a/xen/arch/arm/psci.c b/xen/arch/arm/psci.c index 40663093bb..7ad6a43534 100644 --- a/xen/arch/arm/psci.c +++ b/xen/arch/arm/psci.c @@ -102,7 +102,7 @@ int __init psci_init_0_2(void) psci = dt_find_compatible_node(NULL, NULL, "arm,psci-0.2"); if ( !psci ) - return -EOPNOTSUPP; + return -EOPNOTSUPP; ret = psci_is_smc_method(psci); if ( ret )